From b7cab5c5ebd50e8102938ea87cedc48670837f4b Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Mon, 18 Oct 2021 11:00:27 -0400 Subject: [PATCH] ci: Allow macos to fail The macos runner is out of commission atm --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 212c857643..f0b31e3feb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -158,6 +158,7 @@ msys2-mingw64: CHERE_INVOKING: "yes" macos: + allow_failure: true extends: .only-default only: - branches@GNOME/gtk -- 2.30.2